]> sourceware.org Git - systemtap.git/commitdiff
PR13283: make strcmp test case run in -u mode also
authorFrank Ch. Eigler <fche@redhat.com>
Sun, 20 Mar 2016 22:20:16 +0000 (18:20 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Sun, 20 Mar 2016 22:25:37 +0000 (18:25 -0400)
testsuite/systemtap.string/strcmp.exp

index 980d9bac47d02a3ce45ffbefffabaadbc0e3a85f..66780627b07c761c2b92617e894f011595738715 100644 (file)
@@ -32,5 +32,7 @@ foo() != "bar" ? yes
 "foo" != "bar" ? yes
 }
 
-stap_run2 $srcdir/$subdir/$test.stp
+stap_run2 $srcdir/$subdir/strcmp.stp
 
+set test "strcmp -u"
+stap_run2 $srcdir/$subdir/strcmp.stp [list -u]
This page took 0.027674 seconds and 5 git commands to generate.