GildedRose-Refactoring-Kata/bash/verify.sh
2023-12-23 18:18:38 +01:00

7 lines
154 B
Bash
Executable File

#!/bin/bash
./texttest_fixture.sh 30 |
diff -u - ../texttests/ThirtyDays/stdout.gr &&
echo "✅ looks good" ||
(echo "❌ failed" && exit 1)