diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-25 17:45:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-25 17:45:19 +0200 |
commit | 805fcb88d541adf283ae6735a8c55ec106628107 (patch) | |
tree | d1d0accec1af47696f5a64b705a392639f4276c8 | |
parent | 65ecaccb7049cf180420899fbebe34afae04ee0f (diff) | |
download | jenkins.debian.net-805fcb88d541adf283ae6735a8c55ec106628107.tar.xz |
add more to be tested
-rwxr-xr-x | bin/diffoscope_distribution_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/diffoscope_distribution_test.sh b/bin/diffoscope_distribution_test.sh index 2e58f93c..5733d0eb 100755 --- a/bin/diffoscope_distribution_test.sh +++ b/bin/diffoscope_distribution_test.sh @@ -64,7 +64,7 @@ case $1 in FreeBSD|NetBSD|MacPorts) DISTRIBUTION=$1 check_whohas - # missing to test: Arch, Fedora, maybe OpenBSD + # missing tests: Arch, Fedora, openSUSE, maybe OpenBSD, Guix… ;; *) echo "Unsupported distribution." |