tMakefile: fix test after previous commit - frsh - french command language interpreter
(HTM) git clone git://src.adamsgaard.dk/frsh
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 8d979000fc6a4006a74a22d46a14074683c8b625
(DIR) parent d0f201f3a6e6130f9944fb063c7add54e7e5ed09
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 10 Aug 2024 16:01:03 +0200
Makefile: fix test after previous commit
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -17,7 +17,7 @@ options:
@echo - uninstall
test: test.frsh
- @if test "$$(./${BIN} test.frsh)" = "bojour"; then \
+ @if test "$$(./${BIN} test.frsh)" = "bonjour"; then \
echo parfait; \
else \
echo kaput; \