aboutsummaryrefslogtreecommitdiff
path: root/testsuite/ls
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-18 15:19:41 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-18 15:19:41 +0200
commitb71ce023e9527b6afaa497ce62ca53a74cf94cef (patch)
tree0d7c880b8a73f1f56897bcddd1d88b6517aa07ae /testsuite/ls
parentf8e6b6eccbae6ae386820f95d123f8a641f753d4 (diff)
downloadbusybox-b71ce023e9527b6afaa497ce62ca53a74cf94cef.tar.gz
add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/ls')
-rw-r--r--testsuite/ls/ls-l-works4
-rw-r--r--testsuite/ls/ls-s-works4
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/ls/ls-l-works b/testsuite/ls/ls-l-works
index 1bad34bcf..ce08810a4 100644
--- a/testsuite/ls/ls-l-works
+++ b/testsuite/ls/ls-l-works
@@ -1,3 +1,7 @@
+test x"$SKIP_KNOWN_BUGS" != x"" && exit
+
+# busybox does not emit "total NNN" line
+
[ -n "$d" ] || d=..
LC_ALL=C ls -l "$d" > logfile.gnu
LC_ALL=C busybox ls -l "$d" > logfile.bb
diff --git a/testsuite/ls/ls-s-works b/testsuite/ls/ls-s-works
index 0a9d7526f..8bf5c64fb 100644
--- a/testsuite/ls/ls-s-works
+++ b/testsuite/ls/ls-s-works
@@ -1,3 +1,7 @@
+test x"$SKIP_KNOWN_BUGS" != x"" && exit
+
+# busybox does not emit "total NNN" line
+
[ -n "$d" ] || d=..
LC_ALL=C ls -1s "$d" > logfile.gnu
LC_ALL=C busybox ls -1s "$d" > logfile.bb