From 7164769d33ae0403a0a73ff1d0eb5427e3af09fa Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 17 Jan 2015 15:22:37 -0800 Subject: Introduce tests for #1892 --- tests/test1.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/test1.in') diff --git a/tests/test1.in b/tests/test1.in index 1a701695..a66bf598 100644 --- a/tests/test1.in +++ b/tests/test1.in @@ -83,6 +83,11 @@ else end echo Test 4 $sta +# Ensure eval doesn't unnecessarily mess with the exit status +function empty_func ; end +false ; eval empty_func ; echo $status +true ; eval empty_func ; echo $status + function test_builtin_status return 1 end -- cgit v1.2.3