From 396bdfbb4c4d2e130a943236e77512e78329096c Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 4 Jan 2020 18:27:01 +0100 Subject: url test fix --- tests.sh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tests.sh b/tests.sh index 1fd898a..48b2f93 100755 --- a/tests.sh +++ b/tests.sh @@ -10,22 +10,22 @@ if [ ! -e assert.sh ]; then fi # Download demo files -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_1.jpg" -o "Landscape_1.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_2.jpg" -o "Landscape_2.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_3.jpg" -o "Landscape_3.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_4.jpg" -o "Landscape_4.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_5.jpg" -o "Landscape_5.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_6.jpg" -o "Landscape_6.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_7.jpg" -o "Landscape_7.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Landscape_8.jpg" -o "Landscape_8.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_1.jpg" -o "Portrait_1.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_2.jpg" -o "Portrait_2.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_3.jpg" -o "Portrait_3.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_4.jpg" -o "Portrait_4.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_5.jpg" -o "Portrait_5.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_6.jpg" -o "Portrait_6.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_7.jpg" -o "Portrait_7.jpg" -curl -f "https://cyclenerd.github.io/gallery_shell_demo/Portrait_8.jpg" -o "Portrait_8.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_1.jpg" -o "Landscape_1.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_2.jpg" -o "Landscape_2.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_3.jpg" -o "Landscape_3.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_4.jpg" -o "Landscape_4.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_5.jpg" -o "Landscape_5.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_6.jpg" -o "Landscape_6.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_7.jpg" -o "Landscape_7.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Landscape_8.jpg" -o "Landscape_8.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_1.jpg" -o "Portrait_1.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_2.jpg" -o "Portrait_2.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_3.jpg" -o "Portrait_3.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_4.jpg" -o "Portrait_4.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_5.jpg" -o "Portrait_5.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_6.jpg" -o "Portrait_6.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_7.jpg" -o "Portrait_7.jpg" +curl -f "https://www.nkn-it.de/gallery_shell_demo/Portrait_8.jpg" -o "Portrait_8.jpg" # shellcheck disable=SC1091 source assert.sh -- cgit v1.2.3