diff options
Diffstat (limited to 'testsuite/systemtap.context/context.exp')
-rw-r--r-- | testsuite/systemtap.context/context.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/context.exp b/testsuite/systemtap.context/context.exp index 95178f03..3b4a0328 100644 --- a/testsuite/systemtap.context/context.exp +++ b/testsuite/systemtap.context/context.exp @@ -33,7 +33,7 @@ proc build_modules {} { set old_dir [pwd] cd $build_dir - foreach n {1 2} { + foreach n {2 1} { exec cp $old_dir/makefile$n Makefile if {[catch {exec make clean} res]} { puts $res |