summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/0020flowtable_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/listing/0020flowtable_0')
-rwxr-xr-xtests/shell/testcases/listing/0020flowtable_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/listing/0020flowtable_0 b/tests/shell/testcases/listing/0020flowtable_0
index 47488d8e..210289d7 100755
--- a/tests/shell/testcases/listing/0020flowtable_0
+++ b/tests/shell/testcases/listing/0020flowtable_0
@@ -43,7 +43,7 @@ EXPECTED3="table ip filter {
ip link add d0 type dummy || {
echo "Skipping, no dummy interface available"
- exit 0
+ exit 77
}
trap "ip link del d0" EXIT