Skip to content

Commit

Permalink
testsuite: Fix check.exp to work with relative paths
Browse files Browse the repository at this point in the history
Another fix for the autoconf (commit c66be96) related
testsuite issues.
Chris Meek committed Jun 8, 2012
1 parent 4349401 commit fa0c598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/systemtap.examples/check.exp
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ proc run_command { test action command } {
}


set src_examples $srcdir/systemtap.examples
set src_examples [fullpath $srcdir/systemtap.examples]
set meta_files [lsort [exec find $src_examples -path "*.meta"]]
foreach file $meta_files {
set dir [file dirname $file]

0 comments on commit fa0c598

Please sign in to comment.