Merge test suite.
This commit is contained in:
2
testsuite/touch/touch-creates-file
Normal file
2
testsuite/touch/touch-creates-file
Normal file
@@ -0,0 +1,2 @@
|
||||
busybox touch foo
|
||||
test -f foo
|
2
testsuite/touch/touch-does-not-create-file
Normal file
2
testsuite/touch/touch-does-not-create-file
Normal file
@@ -0,0 +1,2 @@
|
||||
busybox touch -c foo
|
||||
test ! -f foo
|
Reference in New Issue
Block a user