diff --git a/test/integration/oni-scheme.bats b/test/integration/oni-scheme.bats old mode 100644 new mode 100755 index e3f7f50..3bd9ec4 --- a/test/integration/oni-scheme.bats +++ b/test/integration/oni-scheme.bats @@ -5,6 +5,8 @@ -visit test.scm \ -eval "(prin1 (featurep 'oni-scheme))" + echo "$output" + [ "$output" = "t" ] } @@ -19,5 +21,7 @@ rm "$filename" + echo "$output" + [ "$output" = "scheme-mode" ] }