Paul Sajna пре 7 година
родитељ
комит
b11c079d69
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/Makefile

+ 1 - 1
tests/Makefile

@@ -28,7 +28,7 @@ clean:
 
 run: $(BINS)
 	for bin in $(BINS); \
-	do
+	do \
 		echo "# $${bin} #"; \
 		"./$${bin}" test args; \
 	done