Sfoglia il codice sorgente

Merge pull request #1905 from native-api/umask

Make test independent of umask
pull/1928/head
native-api 5 anni fa
committed by GitHub
parent
commit
b5d7216f5c
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      plugins/python-build/test/installer.bats

+ 1
- 1
plugins/python-build/test/installer.bats Vedi File

@ -57,5 +57,5 @@ OUT
assert [ -e share/bananas/docs ]
run ls -ld bin
assert_equal "r-x" "${output:4:3}"
assert_equal "-" "${output:5:1}"
}

Caricamento…
Annulla
Salva