Merge pull request #149504 from mattchrist/fix-brscan5-nixos-test

brscan5: fix nixos test

Changed files
+1
nixos
tests
+1
nixos/tests/brscan5.nix
···
};
testScript = ''
+
import re
# sane loads libsane-brother5.so.1 successfully, and scanimage doesn't die
strace = machine.succeed('strace scanimage -L 2>&1').split("\n")
regexp = 'openat\(.*libsane-brother5.so.1", O_RDONLY|O_CLOEXEC\) = \d\d*$'