add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-18 15:19:41 +02:00
parent f8e6b6eccb
commit b71ce023e9
9 changed files with 38 additions and 2 deletions

View File

@@ -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