blob: 360533258cd8fd8d2c5f6e317f340ca5cc34ef9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
commit 83f3d0a1115dfecaaab4cd784a436f53de22aeec
Author: Slávek Banko <[email protected]>
Date: Tue Jul 12 10:44:08 2022 +0200
Remove a forgotten test script that can cause strange FTBFS.
Signed-off-by: Slávek Banko <[email protected]>
diff --git a/tests/compare b/tests/compare
deleted file mode 100755
index 83726c5..0000000
--- a/tests/compare
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-composite -compose subtract tqt3.png stroke.png diff.png
|