test_tailscale.sh 245 B

12345678
  1. #!/usr/bin/env bash
  2. #
  3. # This is a fake tailscale CLI (and also iptables and ip6tables) that
  4. # records its arguments and exits successfully.
  5. #
  6. # It is used by main_test.go to test the behavior of containerboot.
  7. echo $0 $@ >>$TS_TEST_RECORD_ARGS