Browse Source

Add `--shell=bash` to `env` smoke test (#148)

Add `--shell=bash` so test passes when run with fish.
remotes/origin/add-simple-redirecting-site
thomsj 5 years ago committed by Gal Schlezinger
parent
commit
5e9f7c3627
  1. 2
      test/SmokeTest.re

2
test/SmokeTest.re

@ -11,7 +11,7 @@ describe("Smoke test", ({test, _}) => { @@ -11,7 +11,7 @@ describe("Smoke test", ({test, _}) => {
});
test("env", ({expect}) => {
let env = run([|"env"|]) |> redactSfwRoot;
let env = run([|"env", "--shell=bash"|]) |> redactSfwRoot;
expect.string(env).toMatchSnapshot();
});
});

Loading…
Cancel
Save