babashka/test/babashka/scripts/System.bb
Bob e056cb96aa
add more windows testing (#891)
- add `normalize` call to `bb-native` output
- add `escape-file-paths` function to double up backslashes for Windows paths
  passed as strings
- add :windows selector to about 10 more tests, along with various small changes
  for Windows testing
- update test.bat to more closely mirror the Linux/Mac test script
2021-06-17 19:43:43 +02:00

5 lines
165 B
Clojure

[(System/getProperty "user.dir")
(System/getProperty "foo" "bar")
(or (System/getenv "HOME") (System/getenv "HOMEPATH"))
(System/getProperties)
(System/getenv)]