diff options
Diffstat (limited to 'testsuite/touch/touch-does-not-create-file')
-rw-r--r-- | testsuite/touch/touch-does-not-create-file | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/touch/touch-does-not-create-file b/testsuite/touch/touch-does-not-create-file new file mode 100644 index 000000000..885259286 --- /dev/null +++ b/testsuite/touch/touch-does-not-create-file @@ -0,0 +1,2 @@ +busybox touch -c foo +test ! -f foo |