Explorar el Código

Merge pull request #1905 from native-api/umask

Make test independent of umask
pull/1928/head
native-api hace 5 años
cometido por GitHub
padre
commit
b5d7216f5c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plugins/python-build/test/installer.bats

+ 1
- 1
plugins/python-build/test/installer.bats Ver fichero

@ -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}"
}

Cargando…
Cancelar
Guardar