diff options
Diffstat (limited to 'testsuite/ls/ls-h-works')
-rw-r--r-- | testsuite/ls/ls-h-works | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/ls/ls-h-works b/testsuite/ls/ls-h-works new file mode 100644 index 0000000..f54a7be --- /dev/null +++ b/testsuite/ls/ls-h-works @@ -0,0 +1,3 @@ +ls -h .. > logfile.gnu +busybox ls -h .. > logfile.bb +cmp logfile.gnu logfile.bb |