#!/bin/sh

# If the program segfaults, it gives error code 127 (usually)
# But if exits with exit code 1, it just means that it worked
# properly returned errocode !=0 for the wrong files

checkdirfile debian/tests/dirfile
[ $? -eq 1 ]  || exit 0
