commit 8dab20bec093b9ebb1159fe517af9b5436a36b49 from: Sven M. Hallberg date: Tue May 12 12:23:26 2020 UTC grep ini_a test output a bit commit - 7495cbc87c06eccd9895057c82ede40112254b6b commit + 8dab20bec093b9ebb1159fe517af9b5436a36b49 blob - 9d95d4562c39312f0bdff31418d087266350c0ef blob + c566f269748f84e67f588ec3dd5c1d620898599a --- Makefile +++ Makefile @@ -14,6 +14,6 @@ clean: test: all ./ini_r test.ini - ./ini_a test.ini + ./ini_a test.ini | grep -v ' [01] byte ' .PHONY: all test clean