]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/perlmods/live_t/24-offline-all-assets.t
334778f69aa6844ccc28a73c1b318ea6439d6401
[working/Evergreen.git] / Open-ILS / src / perlmods / live_t / 24-offline-all-assets.t
1 #!perl
2
3 use Test::More tests => 1;
4
5 my $command = = 'wget --no-check-certificate -m https://localhost/eg/staff/offline-interface/session 2>&1 |grep -B 2 404|grep https|grep -v robots.txt|wc -l'
6 is(`$command`, '0', "No missing assets required by the offline interface");
7