#!/usr/bin/env bash # This test file must be ran by util/test-bash-functions. TESTS=6 # ############################################################################ TEST_NAME="stacktrace-001.txt" # ############################################################################ cat > $TMPDIR/expected < $TMPDIR/got no_diff $TMPDIR/got $TMPDIR/expected # ############################################################################ TEST_NAME="stacktrace-002.txt" # ############################################################################ cat > $TMPDIR/expected < $TMPDIR/got no_diff $TMPDIR/got $TMPDIR/expected # ############################################################################ TEST_NAME="stacktrace-003.txt" # ############################################################################ cat > $TMPDIR/expected < $TMPDIR/got no_diff $TMPDIR/got $TMPDIR/expected # ############################################################################ TEST_NAME="stacktrace-003-b.txt" # ############################################################################ cat > $TMPDIR/expected < $TMPDIR/got no_diff $TMPDIR/got $TMPDIR/expected # ############################################################################ TEST_NAME="stacktrace-004.txt" # ############################################################################ cat > $TMPDIR/expected < $TMPDIR/got no_diff $TMPDIR/got $TMPDIR/expected # ############################################################################ TEST_NAME="stacktrace-005.txt" # ############################################################################ cat > $TMPDIR/expected < $TMPDIR/got no_diff $TMPDIR/got $TMPDIR/expected