From 4612f779c64aec716433124099a8f82f47d9c90e Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 16 Mar 2010 15:10:06 -0500 Subject: Move common code from {maxmemory.exp,overload.exp} into stap_run_error.exp. * testsuite/lib/stap_run_error.exp: New file. * testsuite/config/unix.exp: Loads stap_run_error.exp. * testsuite/systemtap.base/maxmemory.exp: Uses stap_run_error function instead of local code. * testsuite/systemtap.base/overload.exp: Ditto. --- testsuite/config/unix.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/config/unix.exp') diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp index 52560cac..eddd7d63 100644 --- a/testsuite/config/unix.exp +++ b/testsuite/config/unix.exp @@ -4,3 +4,4 @@ load_lib "stap_run_exact.exp" load_lib "stap_run_binary.exp" load_lib "stap_run.exp" load_lib "stap_compile.exp" +load_lib "stap_run_error.exp" -- cgit