mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
7 lines
154 B
Bash
Executable File
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)
|