1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 00:31:41 +03:00
mold/test/z-unknown.sh

6 lines
204 B
Bash
Raw Normal View History

#!/bin/bash
. $(dirname $0)/common.inc
2022-05-09 08:43:52 +03:00
./mold -z no-such-opt 2>&1 | grep -q 'unknown command line option: -z no-such-opt'
./mold -zno-such-opt 2>&1 | grep -q 'unknown command line option: -zno-such-opt'