From fe0389f456a56c8dfbe8958992632771f8be9f04 Mon Sep 17 00:00:00 2001 From: Nils Date: Sun, 19 Feb 2023 16:53:45 +0100 Subject: fix test --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c33e947..8f17172 100644 --- a/test.sh +++ b/test.sh @@ -30,7 +30,7 @@ assert_end examples assert_raises "bash gallery.sh -t Test" assert "cat index.html | grep 'Test' | tr -d '\011\012\015'" 'Test' -assert "cat index.html | grep '__thumbs/Landscape_1.jpg.html' | tr -d '\011\012\015'" 'Thumbnail: Landscape_1.jpg' +assert "cat index.html | grep '__thumbs/Landscape_1.jpg.html' | tr -d '\011\012\015'" 'Thumbnail: Landscape_1.jpg' assert "cat __thumbs/Landscape_1.jpg.html | grep 'Landscape_1.jpg' | tr -d '\011\012\015'" 'Landscape_1.jpg' assert "cat __thumbs/Landscape_1.jpg.html | grep 'Resolution' | tr -d '\040\011\012\015'" 'Resolution:600x450' -- cgit v1.2.3