Comment # 3 on bug 915889 from
Created attachment 621777 [details]
osc remotebuildlog home:bernhard-voelker:aarch64 coreutils-testsuite
openSUSE_Factory_ARM aarch64

The attached demonstrates the it doesn't work on aarch64.

  $ test "$(env)" = "$(env env)"; echo $?

results in:

  [ 2426s] ++ env
  [ 2426s] ++ env env
  [ 2426s] + test '_=/home/abuild/rpmbuild/BUILD/coreutils-8.23/./src/env
  [ 2426s] host_triplet=aarch64-suse-linux-gnu
  [ 2426s] exclude=
  [ 2426s] RPM_ARCH=aarch64
  ...' = '...
  [ 2426s] RPM_ARCH=aarch64
  [ 2426s] exclude=
  [ 2426s] host_triplet=aarch64-suse-linux-gnu
  [ 2426s] _=/home/abuild/rpmbuild/BUILD/coreutils-8.23/./src/env'
  [ 2426s] + echo 1
  [ 2426s] 1

It furthermore demonstrates that
  "env" equals "env env env" and "env env env env"
while
  "env|tac" equals "env env" and "env env env env"

Please check again.


You are receiving this mail because: