summaryrefslogtreecommitdiff
path: root/tests/interp/iniparam-failassign/test.sh
blob: 582bf7fc39508732ca21a63629d36b70fcc43d27 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
rs274 -i test.ini  -g test.ngc 2>&1

# expected to fail
if [ $? -ne 0 ]; then
    exit 0
fi

exit 1