*** empty log message ***
[arla.git] / tests / touch1
blob61badc5dc6a52f120b5a4b9c17659a92b34cd89e
1 #!/bin/sh
2 touch foobar || exit 1
3 test -f foobar || exit 1
4 rm foobar || exit 1