diff options
Diffstat (limited to 'tests/union.scm')
-rw-r--r-- | tests/union.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/union.scm b/tests/union.scm index 22ba67ce99..cccf397181 100644 --- a/tests/union.scm +++ b/tests/union.scm @@ -125,6 +125,3 @@ (eq? 'directory (stat:type (lstat "bin")))))))) (test-end) - - -(exit (= (test-runner-fail-count (test-runner-current)) 0)) |