diff options
author | Dima Kogan <dima@secretsauce.net> | 2014-07-21 13:50:47 -0700 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-22 20:38:27 +0900 |
commit | 9447a18ac2b533b42a5e21457ddab4eab60df9cb (patch) | |
tree | ae5b9431141e78a7632191a658cd2f05544874a0 | |
parent | 2f39e3daa48dfb81f9757cc4b2052deed93587dc (diff) | |
download | ltrace-9447a18ac2b533b42a5e21457ddab4eab60df9cb.tar.gz ltrace-9447a18ac2b533b42a5e21457ddab4eab60df9cb.tar.bz2 ltrace-9447a18ac2b533b42a5e21457ddab4eab60df9cb.zip |
fixed testsuite typos: ltarce -> ltrace
-rw-r--r-- | testsuite/ltrace.main/branch_func.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.main/hello-vfork.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.main/main-threaded.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.main/main-vfork.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.main/main.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.main/parameters.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.main/signals.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.torture/ia64-sigill.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.torture/ppc-lwarx.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.torture/signals.exp | 2 | ||||
-rw-r--r-- | testsuite/ltrace.torture/vfork-thread.exp | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/testsuite/ltrace.main/branch_func.exp b/testsuite/ltrace.main/branch_func.exp index fec5700..c77c4c9 100644 --- a/testsuite/ltrace.main/branch_func.exp +++ b/testsuite/ltrace.main/branch_func.exp @@ -32,7 +32,7 @@ if { [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executabl # set options for ltrace. ltrace_options "-x" "func1" "-x" "func2" "-x" "func3" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.main/hello-vfork.exp b/testsuite/ltrace.main/hello-vfork.exp index 12c9ca3..c17d322 100644 --- a/testsuite/ltrace.main/hello-vfork.exp +++ b/testsuite/ltrace.main/hello-vfork.exp @@ -17,7 +17,7 @@ if { [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executabl # set options for ltrace. ltrace_options "-f" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.main/main-threaded.exp b/testsuite/ltrace.main/main-threaded.exp index 4f6c25d..4d5f478 100644 --- a/testsuite/ltrace.main/main-threaded.exp +++ b/testsuite/ltrace.main/main-threaded.exp @@ -21,7 +21,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != "" # set options for ltrace. ltrace_options "-l" "lib$testfile.so" "-f" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.main/main-vfork.exp b/testsuite/ltrace.main/main-vfork.exp index 989012d..57fa6e6 100644 --- a/testsuite/ltrace.main/main-vfork.exp +++ b/testsuite/ltrace.main/main-vfork.exp @@ -21,7 +21,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != "" # set options for ltrace. ltrace_options "-l" "lib$testfile.so" "-f" "-evfork" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.main/main.exp b/testsuite/ltrace.main/main.exp index 50c5353..8ad74f7 100644 --- a/testsuite/ltrace.main/main.exp +++ b/testsuite/ltrace.main/main.exp @@ -21,7 +21,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != "" # set options for ltrace. ltrace_options "-l" "libmain.so" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.main/parameters.exp b/testsuite/ltrace.main/parameters.exp index dfb0361..325e4d1 100644 --- a/testsuite/ltrace.main/parameters.exp +++ b/testsuite/ltrace.main/parameters.exp @@ -22,7 +22,7 @@ if { [ltrace_compile_shlib $libsrc $lib_sl debug ] != "" # set options for ltrace. ltrace_options "-l" "libparameters.so" "-F" "$srcdir/$subdir/parameters.conf" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.main/signals.exp b/testsuite/ltrace.main/signals.exp index d812af6..97be127 100644 --- a/testsuite/ltrace.main/signals.exp +++ b/testsuite/ltrace.main/signals.exp @@ -14,7 +14,7 @@ if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/ # set options for ltrace. ltrace_options "-L" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.torture/ia64-sigill.exp b/testsuite/ltrace.torture/ia64-sigill.exp index c4cf5a2..a99b0d6 100644 --- a/testsuite/ltrace.torture/ia64-sigill.exp +++ b/testsuite/ltrace.torture/ia64-sigill.exp @@ -11,7 +11,7 @@ if { [istarget ia64-*] } then { send_user "Testcase compile failed, so all tests in this file will automatically fail\n." } - # Run PUT for ltarce. + # Run PUT for ltrace. set exec_output [ltrace_runtest $srcdir/$subdir $srcdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.torture/ppc-lwarx.exp b/testsuite/ltrace.torture/ppc-lwarx.exp index a081d3b..caea316 100644 --- a/testsuite/ltrace.torture/ppc-lwarx.exp +++ b/testsuite/ltrace.torture/ppc-lwarx.exp @@ -33,7 +33,7 @@ if { [istarget powerpc*-*] } then { # set options for ltrace. ltrace_options "-x" "atomic_add" "-e" "!atoi" - # Run PUT for ltarce. + # Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.torture/signals.exp b/testsuite/ltrace.torture/signals.exp index bf10bc9..321409b 100644 --- a/testsuite/ltrace.torture/signals.exp +++ b/testsuite/ltrace.torture/signals.exp @@ -14,7 +14,7 @@ if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/ # Set options for ltrace. ltrace_options "-L" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. diff --git a/testsuite/ltrace.torture/vfork-thread.exp b/testsuite/ltrace.torture/vfork-thread.exp index bd01319..91eccb2 100644 --- a/testsuite/ltrace.torture/vfork-thread.exp +++ b/testsuite/ltrace.torture/vfork-thread.exp @@ -13,7 +13,7 @@ if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/ ltrace_options "-f" -# Run PUT for ltarce. +# Run PUT for ltrace. set exec_output [ltrace_runtest $objdir/$subdir $objdir/$subdir/$binfile] # Check the output of this program. |