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