use strict; use warnings; use Cwd; use Test::More tests => 2; isnt (getcwd, '/etc', 'Not in /etc/'); cmp_ok (-s '/etc/fstab', '>', 0, '-s /etc/fstab is positive');