aboutsummaryrefslogtreecommitdiffstats
path: root/meson/ci/ciimage/ubuntu-rolling/test.sh
blob: f6956bb6084cbc5d892234cf3e18a666810a1ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

testFN() {
  set +e
  false
}

testFN
false
exit 0