Explorar o código

fix test to be path independent

Jan Klemkow %!s(int64=6) %!d(string=hai) anos
pai
achega
d3f5940f90
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -10,5 +10,5 @@ clean:
 
 test: scroll
 	# return code passthrough of childs
-	if ! ./scroll /usr/bin/true;  then exit 1; fi
-	if   ./scroll /usr/bin/false; then exit 1; fi
+	if ! ./scroll true;  then exit 1; fi
+	if   ./scroll false; then exit 1; fi