Fix some test cases

The tar tests still don't pass, but at least now it's because of
a problem with Busybox and not the tests themselves.

Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Dan Fandrich
2010-09-02 18:38:00 -07:00
committed by Denys Vlasenko
parent 2ab3acb274
commit eb2bf5b6bf
3 changed files with 14 additions and 5 deletions

View File

@@ -4,6 +4,11 @@
. ./testing.sh
test x"`id -u`" = x"0" || {
echo "SKIPPED: makedevs (must be root to test this)"
exit 0
}
unset LANG
unset LC_COLLATE
unset LC_ALL