Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-27 07:35:09 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-27 07:35:09 +0300
commit7b76233290bd9dead1848f28ed6d0edfcceb8e09 (patch)
treeb963999fc54eddb65f1929b894f868e24851fc9c /testsuite/ls/ls-l-works
Correcting tag name to be like previous ones1_3_0
Diffstat (limited to 'testsuite/ls/ls-l-works')
-rw-r--r--testsuite/ls/ls-l-works4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/ls/ls-l-works b/testsuite/ls/ls-l-works
new file mode 100644
index 000000000..efc2b196e
--- /dev/null
+++ b/testsuite/ls/ls-l-works
@@ -0,0 +1,4 @@
+[ -n "$d" ] || d=..
+LC_ALL=C ls -l "$d" > logfile.gnu
+busybox ls -l "$d" > logfile.bb
+diff -w logfile.gnu logfile.bb