aboutsummaryrefslogtreecommitdiff
path: root/tests/pypamtest_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pypamtest_test.py')
-rwxr-xr-xtests/pypamtest_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pypamtest_test.py b/tests/pypamtest_test.py
index e65d3f8..2c74c0b 100755
--- a/tests/pypamtest_test.py
+++ b/tests/pypamtest_test.py
@@ -124,7 +124,7 @@ class PyPamTestRunTest(unittest.TestCase):
self.assertRaisesRegexp(pypamtest.PamTestError,
"Error \[2\]: Test case { pam_operation \[0\] "
"expected_rv \[0\] flags \[0\] } "
- "retured \[7\]",
+ "retured \[\d\]",
pypamtest.run_pamtest,
"neo", "matrix_py", [tc], [ neo_password ])