diff options
author | Nils <git@velohero.com> | 2020-01-04 18:27:01 +0100 |
---|---|---|
committer | Nils <git@velohero.com> | 2020-01-04 18:27:01 +0100 |
commit | 396bdfbb4c4d2e130a943236e77512e78329096c (patch) | |
tree | 526f472234e16f461258ebf5d7326f3523c3c09c /tests.sh | |
parent | 060599fc9e30ce7146477fc03e38af245653cccf (diff) |
url test fix
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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 |