From 9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 20 Feb 2016 09:26:59 -0500 Subject: testing --- test/features/test.sh | 4 ++-- test/private-whitelist.exp | 4 ++-- test/test.sh | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test/features/test.sh b/test/features/test.sh index 11306b52d..3570dae5a 100755 --- a/test/features/test.sh +++ b/test/features/test.sh @@ -83,7 +83,7 @@ fi #################### # filesystem features #################### -echo "TESTING: 3.1 private" +echo "TESTING: 3.1 private (fails on OpenSUSE)" ./3.1.exp $OVERLAY $CHROOT echo "TESTING: 3.2 read-only" @@ -92,7 +92,7 @@ echo "TESTING: 3.2 read-only" echo "TESTING: 3.3 blacklist" ./3.3.exp $OVERLAY $CHROOT -echo "TESTING: 3.4 whitelist home" +echo "TESTING: 3.4 whitelist home (fails on OpenSUSE)" ./3.4.exp $OVERLAY $CHROOT echo "TESTING: 3.5 private-dev" diff --git a/test/private-whitelist.exp b/test/private-whitelist.exp index b78eb3b61..f06415c52 100755 --- a/test/private-whitelist.exp +++ b/test/private-whitelist.exp @@ -18,14 +18,14 @@ expect { } sleep 1 -send -- "ls -a /tmp | wc\r" +send -- "ls -a /tmp | wc -l\r" expect { timeout {puts "TESTING ERROR 3\n";exit} "3" } sleep 1 -send -- "ls -a ~ | wc\r" +send -- "ls -a ~ | wc -l\r" expect { timeout {puts "TESTING ERROR 4\n";exit} "4" diff --git a/test/test.sh b/test/test.sh index 48f74a0ed..4c94e82d0 100755 --- a/test/test.sh +++ b/test/test.sh @@ -31,6 +31,7 @@ echo "TESTING: private-bin (private-bin.exp)" ./private-bin.exp echo "TESTING: private whitelist (private-whitelist.exp)" +echo "TESTING: failing on OpenSUSE" ./private-whitelist.exp sleep 1 -- cgit v1.2.3-54-g00ecf