]> sourceware.org Git - systemtap.git/commitdiff
testsuite: swap dot.exp and sprint.exp
authorJosh Stone <jistone@redhat.com>
Tue, 24 Nov 2015 22:36:02 +0000 (14:36 -0800)
committerJosh Stone <jistone@redhat.com>
Tue, 24 Nov 2015 22:36:02 +0000 (14:36 -0800)
These two test drivers had swapped names for their respective .stp
files.  The contents are unchanged, just rename-swapped.

testsuite/systemtap.string/dot.exp
testsuite/systemtap.string/sprint.exp

index 14f329db57270706583fe9669899a62ae751f982..b4f0b453111e6f353b33eba570a3b58b321f6d7c 100644 (file)
@@ -1,9 +1,7 @@
-set test "sprint"
-set ::result_string {hello
+set test "dot"
+set ::result_string {helloworld
 helloworld
-12345678
-0
-100
--42
-66}
+EQUAL
+EQUAL
+hello-world helloworld FOO helloworld}
 stap_run2 $srcdir/$subdir/$test.stp
index b4f0b453111e6f353b33eba570a3b58b321f6d7c..14f329db57270706583fe9669899a62ae751f982 100644 (file)
@@ -1,7 +1,9 @@
-set test "dot"
-set ::result_string {helloworld
+set test "sprint"
+set ::result_string {hello
 helloworld
-EQUAL
-EQUAL
-hello-world helloworld FOO helloworld}
+12345678
+0
+100
+-42
+66}
 stap_run2 $srcdir/$subdir/$test.stp
This page took 0.081154 seconds and 5 git commands to generate.