]> sourceware.org Git - systemtap.git/commitdiff
Fix the uselib syscall testcase by updating the expected output.
authorMartin Cermak <mcermak@redhat.com>
Mon, 9 Nov 2015 08:37:14 +0000 (09:37 +0100)
committerMartin Cermak <mcermak@redhat.com>
Mon, 9 Nov 2015 08:37:14 +0000 (09:37 +0100)
testsuite/systemtap.syscall/uselib.c

index d42a7ea972fa7dc86f756e057999c1d586cf067d..5830b8d017184116d465ec642afe4aafe7820999 100644 (file)
@@ -22,9 +22,9 @@ int main()
 
     uselib((const char *)-1);
 #ifdef __s390__
-    //staptest// uselib ([7]?[f]+) = -NNNN
+    //staptest// uselib (0x[7]?[f]+) = -NNNN
 #else
-    //staptest// [[[[uselib ([f]+) = -NNNN!!!!ni_syscall () = -NNNN (ENOSYS)]]]]
+    //staptest// [[[[uselib (0x[f]+) = -NNNN!!!!ni_syscall () = -NNNN (ENOSYS)]]]]
 #endif
 #endif
 
This page took 0.028458 seconds and 5 git commands to generate.