Correct False Positive on Offline Test
[evergreen-equinox.git] / Open-ILS / src / perlmods / live_t / 24-offline-all-assets.t
index afecee3..fe61fea 100644 (file)
@@ -2,7 +2,7 @@
 
 use Test::More tests => 1;
 
-my $command = 'wget --no-check-certificate -m https://localhost/eg/staff/offline-interface 2>&1 |grep -B 2 404|grep https|grep -v robots.txt|wc -l';
+my $command = 'wget --no-check-certificate -m https://localhost/eg/staff/offline-interface 2>&1 |grep -B 2 " 404 "|grep https|grep -v robots.txt|wc -l';
 chomp(my $output = `$command`);
 is($output, '0', "No missing assets required by the offline interface");