1ee822688f30b416438d145fa79a834739a526fc
[pspp-builds.git] / tests / ui / terminal / main.at
1 AT_BANNER([PSPP terminal UI])
2
3 AT_SETUP([nonexistent syntax file crash])
4 AT_CHECK([pspp nonexistent], [1], 
5   [error: Opening `nonexistent': No such file or directory.
6 ])
7 AT_CLEANUP