diff options
author | Denys Vlasenko | 2009-07-18 15:19:41 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-07-18 15:19:41 +0200 |
commit | b71ce023e9527b6afaa497ce62ca53a74cf94cef (patch) | |
tree | 0d7c880b8a73f1f56897bcddd1d88b6517aa07ae /testsuite/ls/ls-s-works | |
parent | f8e6b6eccbae6ae386820f95d123f8a641f753d4 (diff) | |
download | busybox-b71ce023e9527b6afaa497ce62ca53a74cf94cef.zip busybox-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/ls-s-works')
-rw-r--r-- | testsuite/ls/ls-s-works | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/ls/ls-s-works b/testsuite/ls/ls-s-works index 0a9d752..8bf5c64 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 |