summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/common_test_fns.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/blackbox/common_test_fns.inc')
-rwxr-xr-xtestprogs/blackbox/common_test_fns.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/common_test_fns.inc b/testprogs/blackbox/common_test_fns.inc
index 4f5a861754e..ca7ed25b4a2 100755
--- a/testprogs/blackbox/common_test_fns.inc
+++ b/testprogs/blackbox/common_test_fns.inc
@@ -64,7 +64,7 @@ test_rpcclient_grep()
else
printf '%s' "$output" | subunit_fail_test "$name"
fi
- return $status
+ return $gstatus
}
test_rpcclient_expect_failure_grep()