Touchup test to not hardcode path to a `true` utility.

Fixes test on NixOS.
This commit is contained in:
Will Dietz 2023-07-31 09:03:08 -05:00
parent 87a940b332
commit aecdf6d3a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// UNSUPPORTED: system-windows
// RUN: circt-reduce %s --include=module-internal-name-sanitizer --include=module-name-sanitizer --test /usr/bin/true --keep-best=0 | FileCheck %s
// RUN: circt-reduce %s --include=module-internal-name-sanitizer --include=module-name-sanitizer --test /usr/bin/env --test-arg true --keep-best=0 | FileCheck %s
// CHECK-LABEL: firrtl.circuit "Foo"
firrtl.circuit "A" {