diff options
Diffstat (limited to 'busybox/testsuite/ls/ls-s-works')
-rw-r--r-- | busybox/testsuite/ls/ls-s-works | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox/testsuite/ls/ls-s-works b/busybox/testsuite/ls/ls-s-works new file mode 100644 index 0000000..d82f328 --- /dev/null +++ b/busybox/testsuite/ls/ls-s-works @@ -0,0 +1,4 @@ +[ -n "$d" ] || d=.. +ls -1s "$d" > logfile.gnu +busybox ls -1s "$d" > logfile.bb +cmp logfile.gnu logfile.bb |