Skip to content

Commit ce69262

Browse files
authored
test/include.mk: true is not '/bin/true` (#1813)
1 parent a045a32 commit ce69262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/include.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $(DEF_KORE_DEFAULT): $(DEF_DIR)/$(DEF).k $(K)
7171
$(DIFF) $@.golden $@ || $(FAILED)
7272

7373
%.verify.out: $(DEF_KORE_DEFAULT)
74-
$(KORE_PARSER) $(DEF_KORE_DEFAULT) --verify >/dev/null 2>$@ || /bin/true
74+
$(KORE_PARSER) $(DEF_KORE_DEFAULT) --verify >/dev/null 2>$@ || true
7575
$(DIFF) $@.golden $@ || $(FAILED)
7676

7777
### SEARCH

0 commit comments

Comments
 (0)