aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/017.sh
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-13 02:30:59 +0900
committernsfisis <nsfisis@gmail.com>2025-08-15 10:06:21 +0900
commit98cd02501c6622437ea348ef91f8cb38c2d1315e (patch)
tree99d5348f240bf3b3d4bf5e518bcf2974bf8c32fd /tests/017.sh
parenta5ab4f4dfacd1938a64df4d07df346774f62c541 (diff)
downloadducc-98cd02501c6622437ea348ef91f8cb38c2d1315e.tar.gz
ducc-98cd02501c6622437ea348ef91f8cb38c2d1315e.tar.zst
ducc-98cd02501c6622437ea348ef91f8cb38c2d1315e.zip
refactor: refactor tests
Diffstat (limited to 'tests/017.sh')
-rw-r--r--tests/017.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/017.sh b/tests/017.sh
index 504f7d8..dd6edeb 100644
--- a/tests/017.sh
+++ b/tests/017.sh
@@ -1,6 +1,7 @@
set -e
-bash ../../test_output.sh "" <<'EOF'
+touch expected
+bash ../../test_diff.sh <<'EOF'
int main() {
return 0;
}