9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@9fans.net
Subject: Re: [9fans] bugs in test command
Date: Wed, 28 May 2008 15:34:54 -0400	[thread overview]
Message-ID: <829f3cf0bfc89df6fe2c7b750612c1ab@coraid.com> (raw)
In-Reply-To: d7f7814bdd6fc403d7066806b8d3c9c1@yourdomain.dom

> I updated my system today and had trouble with
> the usbfat:, 9fat:, and pull scripts because of errors
> by the new test command.
>
> 	term% ls /dev/kfs.cmd
> 	ls: /dev/kfs.cmd: '/dev/kfs.cmd' file does not exist
> 	term% test -f /dev/kfs.cmd
> 	term% echo $status
>
> 	term%
>
>
> Thank you.

	; 9fs sources
	; cp /n/sources/plan9/sys/src/cmd/test.c .
	; 8c test.c
	; 8l -o test test.c
	; ./test -f /dev/kfs.cmd;echo $status
	test 5551: false

not the change in test.

	; bind /n/sources/plan9/386/lib /386/lib
	; 8l -o test test.8
	; ./test -f /dev/kfs.cmd;echo $status
	test 5589: false

not a library change

	; /n/sources/plan9/386/bin/8c test.c
	; /n/sources/plan9/386/bin/8l -o test test.8
	; ./test -f /dev/kfs.cmd;echo $status
	test 5596: false

not the compiler.

	; /n/sources/plan9/386/bin/test -f /dev/kfs.cmd
	; echo $status


but the executable does appear to be broken anyway.

if you recompile test, things should start working again.

- erik



             reply	other threads:[~2008-05-28 19:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-28 19:34 erik quanstrom [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-28 17:49 lawler.jack
2008-05-29  8:46 ` Charles Forsyth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=829f3cf0bfc89df6fe2c7b750612c1ab@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).