diff options
author | fche <fche> | 2007-01-22 22:44:32 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-22 22:44:32 +0000 |
commit | 27b0b07c7fba8675c9476e32ce868f71a181840d (patch) | |
tree | 2de207c44c0caf3c9416a148df644d218c61f6b9 /testsuite/systemtap.maps/ss.exp | |
parent | 9e0aa6367ff955f6e4d6ed044fd6ea0392888f6f (diff) | |
download | systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.gz systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.xz systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.zip |
2007-01-22 Frank Ch. Eigler <fche@redhat.com>
* config/unix.exp: New file as a master load_lib repository.
* */*.exp: Removed load_lib calls.
* parseko/cmdline01.stp: Swallow expected stap ERROR: message.
* systemtap.syscall/syscall.exp: Added installmode_p checks.
Diffstat (limited to 'testsuite/systemtap.maps/ss.exp')
-rw-r--r-- | testsuite/systemtap.maps/ss.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/systemtap.maps/ss.exp b/testsuite/systemtap.maps/ss.exp index f3a32118..548a888e 100644 --- a/testsuite/systemtap.maps/ss.exp +++ b/testsuite/systemtap.maps/ss.exp @@ -1,7 +1,5 @@ # Simple function to test maps of strings containing strings -load_lib "stap_run2.exp" - set test "ss" set ::result_string {foo[0] = The Result is 0 foo[1] = The Result is 1 |