diff --git a/Makefile.in b/Makefile.in index 31b23d5ef..c016d9f7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,6 @@ mandir = @mandir@ sysconfdir = @sysconfdir@ docdir = @docdir@ localedir = @localedir@ -optbindirs = @optbindirs@ # # Various flags @@ -302,7 +301,8 @@ doc/refman.pdf: doc # test: $(PROGRAMS) fish_tests - ./fish_tests; cd tests; ../fish = VAR_COUNT) { - idx = 0; + return rgb_color_t::normal(); } env_var_t val_wstr = env_get_string(highlight_var[idx]); diff --git a/tests/test.fish b/tests/test.fish index 6d2ce42c0..2b796ef8d 100755 --- a/tests/test.fish +++ b/tests/test.fish @@ -40,11 +40,11 @@ if [ "$argv" != '-n' ] if test $res = ok; echo File test.fish tested ok + exit 0 else echo File test.fish failed tests + exit 1 end; - - exit end echo Testing high level script functionality